projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776f034
)
GtkFlowBox: Fix copy/paste mistake in docs
author
Timm Bäder
<mail@baedert.org>
Wed, 9 Dec 2015 16:15:04 +0000
(17:15 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sat, 12 Dec 2015 08:29:08 +0000
(09:29 +0100)
gtk/gtkflowbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkflowbox.c
b/gtk/gtkflowbox.c
index d035174237d9d0199421d5d188b1c40aa89b4edb..775d0a0fd8858bfaf736a948b112932691a8e07d 100644
(file)
--- a/
gtk/gtkflowbox.c
+++ b/
gtk/gtkflowbox.c
@@
-4994,8
+4994,8
@@
gtk_flow_box_invalidate_filter (GtkFlowBox *box)
* gtk_flow_box_child_changed()) and when gtk_flow_box_invalidate_sort()
* is called.
*
- *
+ *
Note that using a sort function is incompatible with using a model
- *
+ * (see gtk_list
_box_bind_model()).
+ * Note that using a sort function is incompatible with using a model
+ *
(see gtk_flow
_box_bind_model()).
*
* Since: 3.12
*/